home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 3 / Amiga Format CD03 (1996-07-04)(Future Publishing)(GB)(Track 1 of 6)[!][issue 1996-08].iso / comms / netsoftware / ftpdaemon.readme < prev    next >
Text File  |  1996-05-20  |  3KB  |  73 lines

  1. Short: FTP Daemon for AmiTCP with MultiUser support
  2.  
  3. Uploaded by: Jan Verhoeven   <J.Verhoeven@nw.hse.nl>
  4. Written by: Joran Jessurun
  5. Date: 24 novemebr 1993
  6. Version 1.0
  7.  
  8.  Yes this is an ftpd for AmiTCP v2.0 and up (we use AmiTCP v2.2 ).
  9. It has Multi-User support (we use MultiUser v1.5).
  10.  
  11. To install it make sure that your inetd.conf file looks like this:
  12.  
  13. #       inetd internal services
  14. ##
  15. #
  16. daytime   stream      tcp nowait root internal
  17. daytime   dgram       udp nowait root internal
  18. time      stream      tcp nowait root internal
  19. time      dgram       udp nowait root internal
  20. echo      stream      tcp nowait root internal
  21. echo      dgram       udp nowait root internal
  22. discard   stream      tcp nowait root internal
  23. discard   dgram       udp nowait root internal
  24. chargen   stream      tcp nowait root internal
  25. chargen   dgram       udp nowait root internal
  26. # our additions 12-11-1993
  27. ftp       stream      tcp nowait root amitcp:serv/ftpd
  28. telnet    stream      tcp nowait root amitcp:serv/telnetd
  29. amimsg    stream      tcp nowait root amitcp:serv/amimsgd
  30. amiganetfs stream     tcp nowait root amitcp:serv/netfs-server
  31. # An experimental finger server
  32. finger    stream tcp nowait nobody amitcp:serv/in.fingerd -in.fingerd s:.plan
  33.  
  34. From the file it is clear where to put the ftpd program.
  35.  
  36. As you have seen there is another line in it: amimsg, It is a little bonus
  37. added to this file. It is called AmiMsg and it's deamon AmiMsgd.
  38. It is a little message program
  39. To use this one you have to add the following line to your services file:
  40.  
  41. ##
  42. amimsg      612/tcp             AmiMsgd ;place Amiga messageon screen
  43. ##
  44.  
  45. We took port 612 since it wasn't used maybe this will change in future.
  46.  
  47. If you have any questions mail me and I will pass them on to Joran
  48. Jessurun.
  49.  
  50. Technical:
  51.  Written on an Amiga 4000/40
  52.  tested on Amiga's 500, 2000, 3000 with several types of accelerators.
  53.  with and without MultiUser installed.
  54.  
  55. Jan verhoeven 24-11-1993
  56.  
  57.  
  58. ============================= Archive contents =============================
  59.  
  60. Original  Packed Ratio    Date     Time    Name
  61. -------- ------- ----- --------- --------  -------------
  62.    13312    8002 39.8% 29-Oct-93 16:54:08  amimsg/amimsg
  63.     2100     896 57.3% 29-Oct-93 16:53:54  amimsg/amimsg.c
  64.     6596    3941 40.2% 13-Oct-93 21:44:18  amimsgd/amimsgd
  65.     2025     852 57.9% 13-Oct-93 21:44:06  amimsgd/amimsgd.c
  66.      519     224 56.8% 06-Sep-93 16:03:38  ftpd2/cmdimp.h
  67.    38448   20295 47.2% 30-Oct-93 13:59:24  ftpd2/ftpd
  68.     4012    1636 59.2% 30-Oct-93 13:59:08  ftpd2/ftpd.c
  69.     1635     568 65.2% 08-Sep-93 11:58:32  ftpd2/ftpd.h
  70.     1936     806 58.3% 24-Nov-93 21:22:20  FtpDaemon10.readme
  71. -------- ------- ----- --------- --------
  72.    70583   37220 47.2% 25-Nov-93 13:39:18   9 files
  73.